I'm trying to create form with multiple attributes. The problem is that some of the attributes are enumerations with lots of values. The form just lists the attributes and the values in one long list and it runs off the page. There is no scroll bar on the window so you can't see everything. Has anyone found a way to use the forms with more than a few attributes? |
Re: Forms Its clumsy. The available list of enumerations must be in an array that exists at the time of the 'realize', meaning you cannot declare it in some function. You may need a few global "string Enum1100; string Enum2100" statement and populate them later. >Louie |
Re: Forms If you could report it to Support, I think it would be treated as a defect. But a better option might be creating multiple forms by grouping attributes based on purpose.. |